home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
hity wydania
/
Ubuntu 9.10 PL
/
karmelkowy-koliberek-desktop-9.10-i386-PL.iso
/
casper
/
filesystem.squashfs
/
usr
/
share
/
doc
/
libmusicbrainz4c2a
/
README
< prev
next >
Wrap
Text File
|
2006-11-14
|
2KB
|
47 lines
MusicBrainz Client Library
--------------------------
Giving credit where credit is due
---------------------------------
If you write an application that uses the TRM interface (any functions that
start with trm_ ) you need to include the following legal quip somewhere in
your application -- preferrably the about box if your app has one:
Acoustic fingerprint technology provided by Relatable(TM),
Copyright (c) 2000-2, Relatable LLC, All rights reserved.
Relatable has graciously given MusicBrainz a FREE license to use the TRM
technology with MusicBrainz. Please give credit to Relatable by including the
above message into your applications.
Documentation
-------------
Please refer to the online documentation for information on how to
use this client library:
Online HOWTO: http://musicbrainz.org/client_howto.html
Online Docs: http://musicbrainz.org/docs/mb_client/index.html
Query Reference: http://users.musicbrainz.org/~luks/docs/mb_client-2.1.3/queries_8h.html
Function Reference: http://users.musicbrainz.org/~luks/docs/mb_client-2.1.3/mb__c_8h.html
Configure notes:
----------------
If you want to use the client library with C++, give the following arguments to
configure:
configure --enable-cpp-headers
Link notes:
-----------
If you're compiling a C program and you're linking in the musicbrainz client
library you will need to also link in the C++ standard library:
cc -o test_app test_app.c -lmusicbrainz -lm -lstdc++